Function |starts_with
std/text/compare::|starts_with
Usage
|starts_with(text, pattern)
Parameters
โณ text:
string
โณ pattern:
string
Return
โด bool
Tells if string starts with a pattern.
std/text/compare::|starts_with
|starts_with(text, pattern)
โณ text:
string
โณ pattern:
string
โด bool
Tells if string starts with a pattern.